object Form1: TForm1 Left = 198 Top = 105 Width = 334 Height = 300 Caption = 'Form1' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 72 Top = 16 Width = 188 Height = 16 Caption = 'Drag && Drop on this EditField' end object Button1: TButton Left = 56 Top = 120 Width = 201 Height = 33 Caption = 'Financial - Calculator' TabOrder = 0 OnClick = Button1Click end object Edit1: TEdit Left = 96 Top = 64 Width = 121 Height = 24 TabOrder = 1 OnDblClick = Button1Click OnDragDrop = Edit1DragDrop OnDragOver = Edit1DragOver OnEndDrag = Edit1EndDrag end object Button2: TButton Left = 56 Top = 160 Width = 201 Height = 33 Caption = 'Close Financial - Calculator' TabOrder = 2 OnClick = Button2Click end object BitBtn1: TBitBtn Left = 56 Top = 216 Width = 201 Height = 33 Caption = '&Close' TabOrder = 3 Kind = bkClose end object FinCalcDlg1: TFinCalcDlg Left = 272 Top = 56 end end